ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFreeLine Class / ImGearARTFreeLine Constructor / ImGearARTFreeLine Constructor(ImGearPoint[],IImGearRGBQuad,Int32,Boolean,Boolean)
The mark's points.
Color of the mark.
Width of the line.
Specifies whether the mark is highlighted or not.
Specifies whether the mark is closed or not.




In This Topic
    ImGearARTFreeLine Constructor(ImGearPoint[],IImGearRGBQuad,Int32,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ImGearARTFreeLine class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal width As Integer, _
       ByVal isHighlighted As Boolean, _
       ByVal isClosed As Boolean _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim color As IImGearRGBQuad
    Dim width As Integer
    Dim isHighlighted As Boolean
    Dim isClosed As Boolean
     
    Dim instance As New ImGearARTFreeLine(points, color, width, isHighlighted, isClosed)
    public ImGearARTFreeLine( 
       ImGearPoint[] points,
       IImGearRGBQuad color,
       int width,
       bool isHighlighted,
       bool isClosed
    )
    public: ImGearARTFreeLine( 
       ImGearPoint[]* points,
       IImGearRGBQuad* color,
       int width,
       bool isHighlighted,
       bool isClosed
    )
    public:
    ImGearARTFreeLine( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ color,
       int width,
       bool isHighlighted,
       bool isClosed
    )

    Parameters

    points
    The mark's points.
    color
    Color of the mark.
    width
    Width of the line.
    isHighlighted
    Specifies whether the mark is highlighted or not.
    isClosed
    Specifies whether the mark is closed or not.
    See Also